regexp.bitState.push (method)
6 uses
regexp (current package)
backtrack.go#L131: func (b *bitState) push(re *Regexp, pc uint32, pos int, arg bool) {
backtrack.go#L143: b.push(re, pc, pos, false)
backtrack.go#L188: b.push(re, pc, pos, true)
backtrack.go#L198: b.push(re, inst.Arg, pos, false)
backtrack.go#L204: b.push(re, inst.Out, b.end, false)
backtrack.go#L252: b.push(re, pc, b.cap[inst.Arg], true) // come back when we're done.
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)